home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-01-03 | 312 b | 11 lines | [TEXT/MACA] |
- /*
- * progerr.h - error names for program-specific errors.
- *
- * The value of an error here is a string number to be passed to
- * progstop(), prognote(), or progcaution().
- */
-
- #define PE_NOMEM 1 /* out of memory */
- #define PE_TYPE 2 /* wrong type of file */
- #define PE_CORRUPT 3 /* data file is corrupt */
-